home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / HyperCard Stacks / Quotations / background_2687.txt < prev    next >
Text File  |  1989-09-06  |  3KB  |  141 lines

  1. -- background: 2687 from stack: in
  2. -- bmap block id: 3168
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closecard
  8.   hide field 2
  9. end closecard
  10.  
  11.  
  12.  
  13. -- part 2 (field)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=27 top=88 right=299 bottom=243
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 0
  20. -- font id: 2
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25.  
  26.  
  27. -- part 7 (button)
  28. -- low flags: 00
  29. -- high flags: 8003
  30. -- rect: left=370 top=48 right=70 bottom=474
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Who Says?
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   set visible of field "Who Says" to not the visible of field "Who Says"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 8 (field)
  47. -- low flags: 81
  48. -- high flags: 2004
  49. -- rect: left=265 top=89 right=138 bottom=488
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 1
  53. -- font id: 2
  54. -- text size: 14
  55. -- style flags: 0
  56. -- line height: 18
  57. -- part name: Who Says
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   hide field "Who Says"
  61. end mouseUp
  62.  
  63.  
  64. -- part 10 (button)
  65. -- low flags: 00
  66. -- high flags: 0000
  67. -- rect: left=215 top=294 right=319 bottom=242
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 1014 / 1014
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: Prev
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   visual barn door open
  79.   go to prev card
  80. end mouseUp
  81.  
  82.  
  83.  
  84. -- part 11 (button)
  85. -- low flags: 00
  86. -- high flags: 0000
  87. -- rect: left=266 top=294 right=319 bottom=293
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 1013 / 1013
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Next
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   visual barn door close
  99.   go to next card
  100. end mouseUp
  101.  
  102.  
  103.  
  104. -- part 12 (button)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=461 top=294 right=319 bottom=488
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 1012 / 1012
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: Return
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   visual effect iris close
  119.   pop card
  120. end mouseUp
  121.  
  122.  
  123.  
  124. -- part 13 (button)
  125. -- low flags: 00
  126. -- high flags: 0000
  127. -- rect: left=19 top=293 right=319 bottom=53
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 20689 / 20689
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Home
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   go home
  139. end mouseUp
  140.  
  141.